Extending Dreamweaver Overview > Reading this book

 

Reading this book

This book describes the supported Dreamweaver API. Dreamweaver extensions are written in JavaScript. The scripts can perform edits on the document using a Document Object Model (DOM), and they can call C code that you have packaged in a DLL. You should have some experience in creating Web pages with Dreamweaver. Also, you should be familiar with the languages you use to extend Dreamweaver, either JavaScript or C.

The following sections describe the chapters in the order they appear in this book.